home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-04-06 | 2.7 KB | 89 lines |
- [script]
- n0=#stuff on
- n1=raw 404:*:/echo 4 $active Cannot send to channel
- n2=raw 405:*:/echo 4 $active You have joined too many channels
- n3=raw 412:*:/echo 4 $active No text to send
- n4=raw 421:*:/echo 4 $active Unknown command
- n5=raw 433:*:/echo 4 $active Nickname is already in use
- n6=raw 436:*:/echo 4 $active Nickname collision KILL | /echo 4 $active Changing To Another Nick To Avoid Collision. | /nick $read $mircdirdata\nicks.dat
- n7=raw 461:*:/echo 4 $active Not enough parameters
- n8=raw 465:*:/echo 4 $active You are banned from this server
- n9=raw 473:*:/echo 4 $active Cannot join channel (+i)
- n10=raw 474:*:/echo 4 $active Cannot join channel (+b)
- n11=raw 475:*:/echo 4 $active Cannot join channel (+k)
- n12=raw 481:*:/echo 4 $active Permission Denied- You're not an IRC operator"
- n13=#stuff end
- n14=#whois on
- n15=raw 311: * {
- n16= if (%whois == on) {
- n17= echo 4 $active Éx<>xÉ: WHOIS
- n18= echo 6 $active ÉNICKÉ: $parm2
- n19= echo 6 $active ÉADDRESSÉ: $parm3 $+ @ $+ $parm4
- n20= echo 6 $active ÉNAME/QUOTEÉ: $parm6*
- n21= }
- n22=}
- n23=raw 312: * {
- n24= if (%whois == on) {
- n25= echo 6 $active ÉSERVERÉ: $parm3
- n26= echo 6 $active ÉSERVERNOTEÉ: $parm4*
- n27= }
- n28=}
- n29=raw 313: * {
- n30= if (%whois == on) {
- n31= echo 6 $active ÉOPERÉ: $parm2*
- n32= }
- n33=}
- n34=raw 317: * {
- n35= if (%whois == on) {
- n36= echo 6 $active ÉIDLEÉ: $parm3 Seconds
- n37= }
- n38=}
- n39=raw 319: * {
- n40= if (%whois == on) {
- n41= echo 6 $active ÉCHANNELSÉ: $parm3*
- n42= }
- n43=}
- n44=raw 318: * {
- n45= if (%whois == on) {
- n46= echo 4 $active Éx<>xÉ: End
- n47= set -q %whois off
- n48= }
- n49=}
- n50=raw 433:* { whois $parm2 }
- n51=#whois end
- n52=#scanclones off
- n53=raw 352:*: {
- n54= set -q %nick $parm6
- n55= if ($parm4 == $host) { halt }
- n56= if ($parm4 isin %address) { inc %clones | echo 4 $active ( $+ $parm2 $+ ) Clone %clones %nick ( $+ $parm3 $+ @ $+ $parm4 $+ ) }
- n57= %address = %address $parm4
- n58=}
- n59=raw 315:*: {
- n60= .disable #scanclones
- n61= echo 3 $active Total Clones Listed: %clones
- n62= unset %chan
- n63= unset %address
- n64= unset %nick
- n65= .timer807 1 20 set %clones 0
- n66=}
- n67=#scanclones end
- n68=#ircops off
- n69=raw 352:*: {
- n70= if (* isin $parm7) {
- n71= /inc %no
- n72= echo 4 $active IRCop (Active) %no $+ $parm6 ( $+ $parm3 $+ @ $+ $parm4 $+ )
- n73= }
- n74=}
- n75=raw 243:*: {
- n76= if (O isin $parms) {
- n77= /inc %no
- n78= echo 4 $active IRCop (O-line) %no $+ $parm5 ( $+ $parm3 $+ @ $+ $parm4 $+ )
- n79= }
- n80=}
- n81=raw 315:*: {
- n82= .disable #ircops
- n83= if (%scan == on) echo 3 $active Total IRCops Listed: $+ %no $+ | /set %scan off
- n84=}
- n85=}
- n86=#ircops end
-